html {
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration:none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.lf { float:left;}
.rf { float:right;}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

container.container {
  width: 100%!important;
  max-width: 1128px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

.row {
  margin-left: -11px;
  margin-right: -11px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 23%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1145px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 20%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1144px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1144px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1144px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1144px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1145px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1145px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1145px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1145px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1144px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1145px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.clearfix:after,
.nav:after {
  clear: both;
}

[role="button"] {
  cursor: pointer;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1145px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* bof modal vertical-align middle */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-top: -10%;
}

/* eof modal vertical-align middle */

.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}

.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  opacity: .9;
  filter: alpha(opacity=90);
}

.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

.bootstrap-dialog.type-default .modal-header {
  background-color: #fff;
}

.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}

.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #337ab7;
}

.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}

.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}

.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}

.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}

.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: 'corpfont';
  src: url('../fonts/corpfont.eot');
  src: url('../fonts/corpfont.eot') format('embedded-opentype'),
    url('../fonts/corpfont.ttf') format('truetype'),
    url('../fonts/corpfont.woff') format('woff'),
    url('../fonts/corpfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="hwic_"],
[class*=" hwic_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'corpfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hwic_icon_pic:before {
  content: "\e926";
}

.hwic_icon_VK1:before {
  content: "\e919";
}

.hwic_icon_habrahabr:before {
  content: "\e924";
}

.hwic_icon_instagram:before {
  content: "\e925";
}

.hwic_icon_print2:before {
  content: "\e922";
}

.hwic_icon_print3:before {
  content: "\e923";
}

.hwic_icon_print:before {
  content: "\e91c";
}

.hwic_icon_building:before {
  content: "\e91d";
}

.hwic_icon_time:before {
  content: "\e91f";
}

.hwic_icon_user:before {
  content: "\e920";
}

.hwic_open-in-new3:before {
  content: "\e921";
}

.hwic_open-in-new-3:before {
  content: "\e900";
}

.hwic_open-in-new-2:before {
  content: "\e90e";
}

.hwic_download:before {
  content: "\e913";
}

.hwic_download2:before {
  content: "\e918";
}

.hwic_remove:before {
  content: "\e15b";
}

.hwic_to_left:before {
  content: "\e901";
}

.hwic_to_right:before {
  content: "\e902";
}

.hwic_lamp:before {
  content: "\e903";
}

.hwic_down:before {
  content: "\e904";
}

.hwic_lock:before {
  content: "\e905";
}

.hwic_sharing_email:before {
  content: "\e906";
}

.hwic_add:before {
  content: "\e907";
}

.hwic_sharing_print:before {
  content: "\e908";
}

.hwic_sharing_share:before {
  content: "\e909";
}

.hwic_browser:before {
  content: "\e90a";
}

.hwic_sharing_wechat:before {
  content: "\e90b";
}

.hwic_cross:before {
  content: "\e90c";
}

.hwic_dehaze:before {
  content: "\e90d";
}

.hwic_email:before {
  content: "\e90f";
}

.hwic_files:before {
  content: "\e910";
}

.hwic_top:before {
  content: "\e911";
}

.hwic_pdf:before {
  content: "\e914";
}

.hwic_left:before {
  content: "\e915";
}

.hwic_right:before {
  content: "\e916";
}

.hwic_search:before {
  content: "\e917";
}

.hwic_telphone:before {
  content: "\e91a";
}

.hwic_tick:before {
  content: "\e91b";
}

.hwic_zoom-out:before {
  content: "\e91e";
}

.hwic_play2:before {
  content: "\ea1c";
}

.hwic_google-plus:before {
  content: "\ea8b";
}

.hwic_facebook:before {
  content: "\ea91";
}

.hwic_twitter:before {
  content: "\ea96";
}

.hwic_sina-weibo:before {
  content: "\ea9a";
}

.hwic_youtube:before {
  content: "\ea9d";
}

.hwic_linkedin:before {
  content: "\eaca";
}

.hwic_caret_left:before {
  content: "\f0d9";
}

.hwic_caret_right:before {
  content: "\f0da";
}

.hwic_sort_desc:before {
  content: "\f0dd";
}

.hwic_sort_asc:before {
  content: "\f0de";
}

.hwic_to-right:before {
  content: "\e912";
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

.icon-nav-icon00 {
  background-image: url(../images/sprite00.png);
  background-position: 0px 0px;
  width: 25px;
  height: 33px;
}


.icon-nav-icon01 {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 22px;
  height: 33px;
}

.icon-nav-icon02 {
  background-image: url(../images/sprite.png);
  background-position: -90px 0px;
  width: 22px;
  height: 33px;
}

.icon-nav-icon03 {
  background-image: url(../images/sprite.png);
  background-position: -120px 0px;
  width: 22px;
  height: 33px;
}

.icon-nav-icon04 {
  background-image: url(../images/sprite.png);
  background-position: -150px 0px;
  width: 22px;
  height: 33px;
}

.icon-nav-icon05 {
  background-image: url(../images/sprite.png);
  background-position: 0px -46px;
  width: 56px;
  height: 33px;
}

.icon-nav-icon06 {
  background-image: url(../images/sprite.png);
  background-position: -70px -46px;
  width: 56px;
  height: 33px;
}

.icon-nav-icon07 {
  background-image: url(../images/sprite.png);
  background-position: -140px -46px;
  width: 56px;
  height: 33px;
}

.icon-nav-icon08 {
  background-image: url(../images/sprite.png);
  background-position: 0px -92px;
  width: 56px;
  height: 33px;
}

.icon-nav-icon09 {
  background-image: url(../images/sprite.png);
  background-position: -70px -92px;
  width: 56px;  height: 33px;
}

.icon-nav-icon10 {
  background-image: url(../images/sprite.png);
  background-position: -140px -92px;
  width: 56px;  height: 33px;
}
.icon-nav-icon11 {  background-image: url(../images/sprite.png);  background-position: 0px -136px;  width: 56px;  height: 33px;}.icon-nav-icon12 {  background-image: url(../images/sprite.png);  background-position: -70px -136px;  width: 56px;  height: 33px;}.icon-nav-icon13 {  background-image: url(../images/sprite.png);  background-position: -140px -136px;  width: 56px;  height: 33px;}
.icon-u27743 {
  background-image: url(../../../img/sprite.png);
  background-position: -110px 0px;
  width: 103px;
  height: 82px;
}

.icon-u27744 {
  background-image: url(../../../img/sprite.png);
  background-position: -94px -87px;
  width: 89px;
  height: 82px;
}

.icon-u27745 {
  background-image: url(../../../img/sprite.png);
  background-position: -218px 0px;
  width: 87px;
  height: 82px;
}

.icon-u27746 {
  background-image: url(../../../img/sprite.png);
  background-position: 0px -87px;
  width: 89px;
  height: 82px;
}

.icon-u27747 {
  background-image: url(../../../img/sprite.png);
  background-position: -218px -87px;
  width: 81px;
  height: 82px;
}

.icon-u27748 {
  background-image: url(../../../img/sprite.png);
  background-position: 0px 0px;
  width: 105px;
  height: 82px;
}

.icon-video_btn {
  background-image: url(../../../img/sprite.png);
  background-position: 0px -174px;
  width: 69px;
  height: 71px;
}

.icon-video_btn_hover {
  background-image: url(../../../img/sprite.png);
  background-position: -74px -174px;
  width: 69px;
  height: 71px;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

.icon-icon-australia {
  background-image: url(../../../img/countryicon.png);
  background-position: 0px -66px;
  width: 25px;
  height: 16px;
}

.icon-icon-brazil {
  background-image: url(../../../img/countryicon.png);
  background-position: -60px 0px;
  width: 25px;
  height: 17px;
}

.icon-icon-canada {
  background-image: url(../../../img/countryicon.png);
  background-position: 0px 0px;
  width: 25px;
  height: 17px;
}

.icon-icon-china {
  background-image: url(../../../img/countryicon.png);
  background-position: -30px 0px;
  width: 25px;
  height: 17px;
}

.icon-icon-deutschland {
  background-image: url(../../../img/countryicon.png);
  background-position: -90px -21px;
  width: 25px;
  height: 16px;
}

.icon-icon-japan {
  background-image: url(../../../img/countryicon.png);
  background-position: 0px -22px;
  width: 25px;
  height: 17px;
}

.icon-icon-kingdom {
  background-image: url(../../../img/countryicon.png);
  background-position: -60px -66px;
  width: 25px;
  height: 16px;
}

.icon-icon-malaysia {
  background-image: url(../../../img/countryicon.png);
  background-position: -30px -22px;
  width: 25px;
  height: 17px;
}

.icon-icon-mexico {
  background-image: url(../../../img/countryicon.png);
  background-position: -60px -87px;
  width: 25px;
  height: 14px;
}

.icon-icon-myanmar {
  background-image: url(../../../img/countryicon.png);
  background-position: -60px -44px;
  width: 25px;
  height: 16px;
}

.icon-icon-republic {
  background-image: url(../../../img/countryicon.png);
  background-position: -30px -66px;
  width: 25px;
  height: 16px;
}

.icon-icon-russia {
  background-image: url(../../../img/countryicon.png);
  background-position: -60px -22px;
  width: 25px;
  height: 17px;
}

.icon-icon-south-africa {
  background-image: url(../../../img/countryicon.png);
  background-position: -90px 0px;
  width: 25px;
  height: 16px;
}

.icon-icon-spain {
  background-image: url(../../../img/countryicon.png);
  background-position: 0px -44px;
  width: 25px;
  height: 17px;
}

.icon-icon-switzerland {
  background-image: url(../../../img/countryicon.png);
  background-position: -30px -44px;
  width: 25px;
  height: 17px;
}

.icon-icon-turkey {
  background-image: url(../../../img/countryicon.png);
  background-position: -90px -63px;
  width: 25px;
  height: 16px;
}

.icon-icon-united-kingdom {
  background-image: url(../../../img/countryicon.png);
  background-position: 0px -87px;
  width: 25px;
  height: 16px;
}

.icon-icon-united-states {
  background-image: url(../../../img/countryicon.png);
  background-position: -90px -42px;
  width: 25px;
  height: 16px;
}

.icon-icon-vietnam {
  background-image: url(../../../img/countryicon.png);
  background-position: -30px -87px;
  width: 25px;
  height: 16px;
}

@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 100px;
}

body {
  position: relative;
  line-height: 1.625;
  font-weight: normal;
  color: #282828;
  font-size: 16px;
  font-family: "AkkuratPro-Regular", Helvetica, Arial, sans-serif;
	background: url(../images/bg_dutybody.jpg) no-repeat center top fixed;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  /* 1 */
  -webkit-font-smoothing: antialiased;
  /* 2 */
  -moz-osx-font-smoothing: grayscale;
  /* 3 Default: auto */
  -moz-font-feature-settings: "liga", "kern";
}

/*Only phones */

@media (max-width: 1144px) {
  /**
   * Break strings if their length exceeds the width of their container
   */

  body {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}

.hw_space {
  height: 67px;
}

/**
 * links
 */

a {
  color: #282828;
}

a:hover,
a:focus {
  color: #282828;
}

a:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none !important;
}

/* Insert */

ins {
  background: #ffa;
  color: #282828;
}

/**
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */

mark {
  background: #ffa;
  color: #282828;
}

/**
 * Abbreviation and definition
 */

abbr[title],
dfn[title] {
  cursor: help;
}

dfn[title] {
  border-bottom: 1px dotted;
  font-style: normal;
}

/* Spacing for block elements */

p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 12px 0;
}

* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 12px;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px 0;
  font-weight: 500;
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 60px;
  margin-top: 25px;
}

h2 {
  font-size: 38px;
  line-height: 48px;
}

h3 {
  font-size: 28.000000000000004px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 20px;
}

/* Ordered and unordered lists */

ul,
ol {
  padding-left: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Reset margin for nested lists */

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 1px;
}

/* Description lists */

dt {
  font-weight: bold;
}

dt + dd {
  margin-top: .05em;
}

dd {
  margin-left: 0;
}

dd + dt {
  margin-top: 0.1em;
}

/**
 * Horizontal rule
 * 1. Address differences between Firefox and other browsers.
 */

hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #eeeeee;
  -moz-box-sizing: content-box;
  /* 1 */
  box-sizing: content-box;
  /* 1 */
}

/* Address */

address {
  font-style: normal;
}

/* Quotes */

blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #eeeeee;
  /* Small print for identifying the source */
  /* Smaller margin if `small` follows */
}

blockquote small {
  display: block;
  color: #777777;
  text-align: right;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

/* iframe */

iframe {
  border: 0;
}

/* Forms
   ========================================================================== */

/**
  * Vertical alignment
  * Exclude `radio` and `checkbox` elements because the default `baseline` value aligns better with text
  */

button,
input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #f66f6a;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #f3413a;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.bg-yellow {
  background-color: #ffdf4f;
}

a.bg-yellow:hover,
a.bg-yellow:focus {
  background-color: #ffd61c;
}

.bg-teal {
  background-color: #59c8d5;
}

a.bg-teal:hover,
a.bg-teal:focus {
  background-color: #33b9c8;
}

.bg-blue {
  background-color: #15b0eb;
}

a.bg-blue:hover,
a.bg-blue:focus {
  background-color: #108dbd;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 26px;
}

dt,
dd {
  line-height: 1.625;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    display: block;
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }
}

@font-face {
  font-family: 'akkuratpro-light';
  src: url('/Assets/corp/v2/fonts/akkuratpro-light.eot');
  src: url('/Assets/corp/v2/fonts/akkuratpro-light.eot?#iefix20180113') format('embedded-opentype'), url('/Assets/corp/v2/fonts/akkuratpro-light.ttf?20180113') format('truetype'), url('/Assets/corp/v2/fonts/akkuratpro-light.woff?20180113') format('woff'), url('/Assets/corp/v2/fonts/akkuratpro-light.svg?20180113#corpfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'akkuratpro-bold';
  src: url('/Assets/corp/v2/fonts/akkuratpro-bold.eot');
  src: url('/Assets/corp/v2/fonts/akkuratpro-bold.eot?#iefix20180113') format('embedded-opentype'), url('/Assets/corp/v2/fonts/akkuratpro-bold.ttf?20180113') format('truetype'), url('/Assets/corp/v2/fonts/akkuratpro-bold.woff?20180113') format('woff'), url('/Assets/corp/v2/fonts/akkuratpro-bold.svg?20180113#corpfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AkkuratPro-Regular';
  src: url('/Assets/corp/v2/fonts/AkkuratPro-Regular.eot');
  src: url('/Assets/corp/v2/fonts/AkkuratPro-Regular.eot?#iefix20180113') format('embedded-opentype'), url('/Assets/corp/v2/fonts/AkkuratPro-Regular.ttf?20180113') format('truetype'), url('/Assets/corp/v2/fonts/AkkuratPro-Regular.woff?20180113') format('woff');
  font-weight: normal;
  font-style: normal;
}

.lg-container {
  width: 100% !important;
  max-width: 1440px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  width: 100% !important;
  max-width: 1128px;
}

@media (max-width: 767px) {
  .container {
	  max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
	
	
	
	.marqueeleft{width:100%}	
	
	.c_chairbox{width:100%;min-width: 100%}
	
	#marquee1_1{width:100%}
	#marquee1{width:100%}
	
	
	
	
	
	
	
}

a,
a:hover,
a:focus input,
select,
* {
  outline: none;
}

.show-more a {
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #f66f6a;
  /*&[aria-expanded="true"]{
			& em{
				&:before{
					content:"\e15b"
				}
			}
		}*/
}

.show-more a em {
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: 0;
}

.show-more a:hover {
  text-decoration: none;
}

.show-more a.active .hwic_add {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.show-more a.active .hwic_add:before {
  content: "-";
  font-size: 16px;
  font-weight: bold;
}

.slick-dots {
  bottom: -60px;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  width: 14.000000000000002px;
  height: 14.000000000000002px;
  display: inline-block;
  background: #fff;
  border: 2px solid #404040;
  border-radius: 50%;
}

.slick-dots li button:before {
  font-size: 0;
}

.slick-dots li.slick-active button {
  background: #404040;
}

.slick-prev {
  left: -70px;
  z-index: 9;
  width: 44px;
  height: 44px;
}

.slick-prev:before {
  font-family: corpfont;
  content: "\e901";
  color: #f66f6a;
  font-size: 44px;
}

.slick-next {
  right: -70px;
  z-index: 9;
  width: 44px;
  height: 44px;
}

.slick-next:before {
  font-family: corpfont;
  content: "\e902";
  color: #f66f6a;
  font-size: 44px;
}

@media (max-width: 767px) {
	

	
	
  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }
}

.container > .title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .container > .title {
    margin-bottom: 40px;
  }
}

.title {
  display: block;
  margin-bottom: 0;
}

.title h2 {
  float: left;
  margin-bottom: 0;
  line-height: 1;
  width: 65%;
	font-size: 28px;
}

.title h2 a {
  color: #222222;
  line-height: 1;
}

.title h2 a em {
  display: inline-block !important;
  font-size: 38px;
  vertical-align: middle;
  line-height: 1;
}

.title h2 + a {
  float: right;
  color: #222222;
  font-size: 22px;
}

.title h2 + a:hover {
  text-decoration: none;
}

.title h2 + a em {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  font-family: "AkkuratPro-Regular", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .container > .title .title-mattes {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  }

  .title h2 {
    width: 100%;
    position: relative;
	  font-size: 18px;
  }

  .title h2 em {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 40px;
  }

  .title h2 a em {
    display: inline-block !important;
  }

  .title h2 + a {
    display: none;
  }
	
	.product-callout{padding: 50px 0 50px 0}	
	
	.focus{padding: 50px 0 100px 0}
	
	.index_comName h2{font-size:19px; }
	.index_comName p{font-size:15px; }
	
	.vertical-card{padding: 50px 0 50px 0}
     .columns-list{padding: 50px 0 50px 0}
	
	.btn{margin-top: 0px;padding: 55px 0}
	
	
	
}

.navbar-toggle[aria-expanded="true"] em:before {
  content: "\e15b";
}

.img-rounded {
  border-radius: 5px;
}

[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.share ul {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1;
  padding-left: 0;
}

.share ul li {
  float: left;
  margin-right: 20px;
  list-style: none;
  margin: 0 10px !important;
}

.share ul li a {
  color: #aaa !important;
}

.share ul li a:hover {
  background-color: #fff !important;
  text-decoration: none;
  color: #282828;
}

.share ul li a.icon-twitter:hover {
  color: #55acee !important;
}

.share ul li a.icon-facebook:hover {
  color: #44619D !important;
}

.share ul li a.icon-twitter:hover {
  color: #55acee !important;
}

.share ul li a.icon-weibo:hover {
  color: #ff763b !important;
}

.share ul li a.icon-wechat:hover {
  color: #7bc549 !important;
}

.share ul li a.icon-google:hover {
  color: #000 !important;
}

.page-bottom-share ul li {
  margin-right: 12px;
  margin-left: 0;
}

.page-bottom-share ul li a {
  width: 30px;
  height: 20px;
  display: inline-block;
  background: #282828;
  border-radius: 4px;
  text-align: center;
}

.page-bottom-share ul li a em {
  color: #fff;
  font-size: 16px;
  margin-top: 2px;
  display: block;
}

.page-bottom-share ul li a.icon-VK1 em {
  margin-top: 4px;
}

.page-bottom-share ul li a:hover.icon-linkedin {
  background: #0084bf !important;
}

.page-bottom-share ul li a:hover.icon-facebook {
  background: #3b5998 !important;
}

.page-bottom-share ul li a:hover.icon-twitter {
  background: #1da1f2 !important;
}

.page-bottom-share ul li a:hover.icon-weibo {
  background: #e33237 !important;
}

.page-bottom-share ul li a:hover.icon-wechat {
  background: #348903 !important;
}

.page-bottom-share ul li a:hover.icon-google {
  background: #db4437 !important;
}

.page-bottom-share ul li a:hover.icon-VK1 {
  background: #348903 !important;
}

.page-bottom-share ul li a:hover.icon-habrahabr {
  background: #348903 !important;
}

.page-bottom-share ul li a:hover.icon-youtube {
  background: #348903 !important;
}

.page-bottom-share ul li a:hover.icon-instagram {
  background: #348903 !important;
}

.link-submit {
  background: #f66f6a;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  margin: 15px 0;
  text-decoration: none !important;
  min-width: 200px;
  margin-right: 20px;
  text-align: center;
  text-indent: 0 !important;
}

.link-submit:hover {
  text-decoration: none;
  color: #fff;
  background: #a54b4a;
}

.link-submit.disabled {
  background: #d4d4d4;
  color: #949494;
}

.link-submit.disabled em {
  color: #949494;
}

.link-submit em {
  padding-left: 70px;
  font-size: 16px;
  color: #fff;
}

.link-submit.witch {
  background: #fff;
  color: #282828;
  border: 1px solid #f66f6a;
}

.link-submit.witch em {
  color: #282828;
}

.link-submit.witch:hover {
  background: #fe9c99;
}

.link {
  margin-right: 20px;
  text-decoration: underline;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}

.input-search {
  width: 100%;
  border-radius: 5px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  border: 1px solid #d4d4d4;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.input-search::placeholder {
  color: #949494;
}

.input-search + a {
  position: absolute;
  top: 10px;
  right: 15px;
}

.input-search + a:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .iconfont-flash [class*="hwic_"]:before,
  .iconfont-flash.active [class*="hwic_"]:before,
  .iconfont-flash:focus [class*="hwic_"]:before {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 0;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }

  .iconfont-flash:hover [class*="hwic_"]:before,
  .iconfont-flash.active [class*="hwic_"]:before,
  .iconfont-flash:focus [class*="hwic_"]:before {
    webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  .iconfont-flash:hover .hwic_download:before,
  .iconfont-flash.active .hwic_download:before,
  .iconfont-flash:focus .hwic_download:before {
    webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  .external-link {
    cursor: pointer;
  }

  .external-link [class*="hwic_"]:before,
  .external-link.active [class*="hwic_"]:before,
  .external-link:focus [class*="hwic_"]:before {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 0;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    display: none;
  }

  .external-link:hover [class*="hwic_"]:before,
  .external-link.active [class*="hwic_"]:before,
  .external-link:focus [class*="hwic_"]:before {
    webkit-transform: translateX(10px);
    transform: translateX(10px);
    display: inline-block;
    color: #282828 !Important;
    margin-left: 10px \9;
  }

  .phone-flash {
    cursor: pointer;
  }

  .phone-flash .phone-img img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }

  .phone-flash:hover .phone-img .flash-phone {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .phone-flash .phone-img .flash-phone-show {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    left: 0;
  }
}

@media (max-width: 1024px) {
  .product-callout .card.phone-flash .phone-img .flash-phone-show {
    bottom: -50px;
  }
}

.phone-flash:hover .phone-img .flash-phone-show {
  -webkit-transform: translateY(5px);
  /* transform: translateY(5px); */
  content: "";
}

.icon_print {
  display: inline-block;
  width: 26px;
  height: 25px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
}

.icon_print:before {
  width: 26px;
  height: 25px;
  display: block;
  content: "\e922";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.icon_print:after {
  width: 26px;
  height: 25px;
  display: block;
  content: "\e923";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}

.icon_print:hover:before {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0;
}

.icon_download {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
}

.icon_download:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e918";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.icon_download:after {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e913";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}

.icon_download:hover:before {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.link-flash .icon-open-in-new {
  display: inline-block;
  width: 27px;
  height: 27px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
}

.link-flash .icon-open-in-new:before {
  width: 27px;
  height: 27px;
  display: block;
  content: "\e900";
  font-size: 24px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.link-flash .icon-open-in-new:after {
  width: 27px;
  height: 27px;
  display: block;
  content: "\e90e";
  font-size: 24px;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.link-flash:hover .icon-open-in-new:before {
  -webkit-transform: translate(3px, -2px);
  transform: translate(3px, -2px);
}

@media (max-width: 1024px) {
  .hwic_open-in-new {
    display: none;
  }

  .navigation-buckets .hwic_open-in-new {
    display: block;
  }
}

.modal-dialog {
  margin-top: 0;
}

.modal-body {
  padding: 0;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 96;
}

.modal-header {
  padding: 0;
}

.modal-header .close {
  color: #fff;
  font-size: 25px;
  opacity: 1;
}

.bootstrap-dialog.type-primary .modal-header {
  border: none;
}

.bootstrap-dialog-title {
  display: none !important;
}

.permission-dl-dialog .modal-header {
  background-color: #fff !important;
  height: 0;
  padding: 0;
  border: 0;
}

.permission-dl-dialog .modal-header .bootstrap-dialog-title {
  display: none;
}

.permission-dl-dialog .modal-header .bootstrap-dialog-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}

.permission-dl-dialog .modal-header .close {
  cursor: pointer;
  color: #282828;
}

.permission-dl-message {
  padding: 30px 0;
}

.permission-dl-message .down_line {
  height: auto;
  line-height: 30px;
  display: block;
  clear: both;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.permission-dl-message .down_line h2 {
  line-height: 120%;
  margin-bottom: 10px;
  height: auto;
  padding-top: 5px;
  font-size: 24px;
}

.permission-dl-message .down_line a {
  color: #023399;
}

.permission-dl-message .down_line em {
  margin: 0 15px;
  font-style: normal;
}

.loading-dialog .modal-header .close {
  display: none;
}

.load-box {
  width: 100%;
  height: 100%;
}

.loading {
  margin-top: -20px;
  z-index: 99;
  color: #fff;
  margin-left: -20px;
}

.loading-dialog .modal-content {
  background-color: transparent;
  box-shadow: 0 0 0;
  border: 0;
}

.loading .sk-circle {
  margin: 0px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.loading .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.loading .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.loading .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.loading .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.loading .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.loading .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.loading .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.loading .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loading .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.loading .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.loading .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.loading .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.loading .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.loading .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loading .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loading .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loading .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loading .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loading .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.loading .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loading .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loading .ie-loading {
  display: none;
}

@media (max-width: 767px) {
  .loading .spinner {
    margin: 0 auto;
  }

  .loading-dialog .modal-dialog {
    position: absolute !Important;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loading .ie-loading {
    display: none;
  }
}

.red-highlight {
  color: #fe0000;
  display: inline-block;
}

.float-none {
  float: none !important;
}

.loading .spinner {
  margin: 100px auto;
  width: 80px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.loading .spinner > div {
  background-color: #f66f6a;
  height: 20px;
  width: 6px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 25%;
  -webkit-animation: sk-stretchdelay 2s infinite ease-in-out;
  animation: sk-stretchdelay 2s infinite ease-in-out;
}

.loading .spinner .rect2 {
  -webkit-animation-delay: -1.9s;
  animation-delay: -1.9s;
  background-color: #f7a655;
}

.loading .spinner .rect3 {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
  background-color: #ffdf4f;
}

.loading .spinner .rect4 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  background-color: #84d0a2;
}

.loading .spinner .rect5 {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
  background-color: #15b0e8;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  20% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}

.common-dialog .modal-body {
  height: 200px;
}

.common-dialog .bootstrap-dialog-body {
  display: table;
  width: 100%;
  height: 100%;
}

.common-dialog .bootstrap-dialog-message {
  font-size: 24px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.common-dialog .modal-header .close {
  color: #666;
}

.yes-no {
  margin-top: 30px;
  width: 100%;
}

.yes-no a {
  width: 100px;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  border: 1px solid #f66f6a;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

::-ms-reveal {
  display: none;
}

.yes-no a.yes {
  background: #f66f6a;
  color: #fff;
  border: none;
  margin-right: 15px;
}

.yes-no a.yes:hover {
  background: #a54b4a;
  text-decoration: none;
}

.yes-no a.no:hover {
  background: #fe9c99;
  text-decoration: none;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

.video_box {
  z-index: 98;
}

.img-radius {
  border-radius: 5px;
}

.weixin-pic {
  position: absolute;
  top: -100000px;
  left: -10000px;
}

.psirt-set-out .expand-moreb span {
  color: #db7775;
}

.events-location {
  margin-bottom: 60px;
}

.events-location h2 {
  margin-bottom: 60px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #282828;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  padding:0 10px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 106px;
  font-size: 16px;
  line-height: 1.625;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 50px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 210px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 320px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 106px;
  padding-bottom: 106px;
  margin-bottom: 0;
  min-height: 42px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 210px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 210px;
  line-height: 210px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 210px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 210px;
  line-height: 210px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 210px;
  min-height: 38px;
  padding: 105px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 320px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 320px;
  line-height: 320px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 320px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 320px;
  line-height: 320px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 320px;
  min-height: 44px;
  padding: 110.00000000000001px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 62.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 320px;
  height: 320px;
  line-height: 320px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 210px;
  height: 210px;
  line-height: 210px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 526px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #686868;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7.000000000000001px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7.000000000000001px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.forms input,
.forms select,
.forms textarea {
  height: 50px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
}

.forms input::-webkit-input-placeholder,
.forms select::-webkit-input-placeholder,
.forms textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
}

.forms input::-moz-placeholder,
.forms select::-moz-placeholder,
.forms textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}

.forms input:-ms-input-placeholder,
.forms select:-ms-input-placeholder,
.forms textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
}

.forms input:-moz-placeholder,
.forms select:-moz-placeholder,
.forms textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
}

.forms input:focus,
.forms select:focus,
.forms textarea:focus {
  border: 1px solid #15b0eb;
  color: #282828;
  box-shadow: 0px 3px 8px #d4d4d4;
}

.forms label {
  font-size: 14.000000000000002px;
  display: block;
  font-family: "akkuratpro-light", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  color: #777777;
}

.forms label em {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}

.forms .forms-error input {
  border: 1px solid #f66f6a;
}

.forms .forms-error input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f66f6a;
}

.forms .forms-error input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f66f6a;
}

.forms .forms-error input:-ms-input-placeholder {
  /* IE 10+ */
  color: #f66f6a;
}

.forms .forms-error input:-moz-placeholder {
  /* Firefox 18- */
  color: #f66f6a;
}

.forms .forms-error label {
  color: #f66f6a;
  display: block;
}

.forms label.error {
  color: #f66f6a;
}

.forms input.error,
.forms textarea.error {
  color: #f66f6a;
  border: 1px solid #f66f6a;
}

.forms input.error::-webkit-input-placeholder,
.forms textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f66f6a;
}

.forms input.error::-moz-placeholder,
.forms textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #f66f6a;
}

.forms input.error:-ms-input-placeholder,
.forms textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #f66f6a;
}

.forms input.error:-moz-placeholder,
.forms textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #f66f6a;
}

.forms .select2-container.error .select2-selection {
  color: #f66f6a;
  border: 1px solid #f66f6a;
}

.forms .select2-container.error .select2-selection .select2-selection__rendered {
  color: #f66f6a;
}

.forms .select2-container--default .select2-selection--single .select2-selection__rendered,
.forms .select2-container .select2-selection--single {
  height: 50px;
  width: 100%;
  line-height: 50px;
}

.forms .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 11px;
}

.forms .phone .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 2px;
}

.forms .phone .select2-container--default .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d4d4d4;
}

.forms .select2-container {
  float: left;
}

.forms .phone div:focus {
  border: 1px solid #15b0eb;
  color: #282828;
  box-shadow: 0px 3px 8px #d4d4d4;
}

.forms .phone div select {
  width: 20%;
  max-width: 77px;
  float: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 0 10px;
}

.forms .phone div input {
  width: 80%;
  max-width: 293px;
  float: left;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}

.forms .description textarea {
  height: 114.99999999999999px;
  padding-top: 5px;
}

.forms .code .code-input {
  width: 47%;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.forms .code .code-img {
  width: 47%;
  float: left;
}

.forms .code .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #f66f6a;
  color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  display: block;
  font-size: 18px;
}

.forms .code .btn:hover {
  background: #a54b4a;
}

.forms .code .btn em {
  color: #fff;
  font-size: 38px;
  float: right;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .forms .code-input {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .forms.phone .select2-container {
    width: 30% !important;
  }

  .forms.phone div input {
    width: 70%;
  }
	
	
	.index_comIntroText p{padding: 0 15px;}
	
	.btn{width:100%}
	
	
	
	
}

.checkbox li {
  margin-bottom: 15px;
}

.checkbox .icheckbox_square-blue {
  border-radius: 3px;
}

.checkbox label em {
  font-style: normal;
}

.checkbox .forms-error inout {
  border: 1px solid #f66f6a;
}

.checkbox .forms-error label {
  color: #f66f6a;
}

.checkbox .disabled + label {
  color: #eee;
}

.checkbox [type="radio"] {
  width: 26px;
  height: 26px;
  border: 1px solid #15b0eb;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.forms-warp {
  margin-top: 60px;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 0 40px #d4d4d4;
}

.forms-warp h3 {
  font-size: 28px;
  margin-bottom: 40px;
}

.forms-warp > div {
  margin-bottom: 30px;
}

.forms-warp > div span {
  display: block;
  margin-bottom: 3px;
}

.ReadPolicy {
  background-color: #eeeeee;
  color: #282828;
  display: none;
  padding: 16px 0;
}

.ReadPolicy p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.225;
  position: relative;
  padding-right: 80px;
  padding-left: 10px;
}

.ReadPolicy a {
  color: #282828;
  text-decoration: underline;
}

.ReadPolicy .close {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 9px;
  display: block;
  height: 30px;
  width: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  float: right;
  margin-top: -7px;
}

.nav-gblnav {
  position: relative;
  z-index: 99;
  background: #fff;
}

.nav-gblnav .nav-height {
  background-color: #222222;
  height: 48px;
  line-height: 48px;
}


.nav-gblnav .nav-height span{color:#fff}


.nav-gblnav .nav-height span a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}


.nav-gblnav .nav-height span .lang {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
	font-weight: normal;
}





.nav-gblnav .nav-height span a em {
  font-size: 24px;
  vertical-align: middle;
}

.nav-gblnav .nav-height span a:hover {
  text-decoration: none;
}

.nav-gblnav .nav-height span a:hover b {
  text-decoration: underline;
}

.nav-gblnav .nav-height span a .hwic_browser {
  margin-right: 10px;
  vertical-align: middle;
}

.nav-gblnav .nav-height span a.navbar-toggle b {
  font-style: normal;
  font-weight: normal;
}

.nav-gblnav .nav-height span a[aria-expanded="true"] b {
  text-decoration: underline;
}

.nav-gblnav .nav-height span [aria-expanded="true"] .hwic_down:before {
  content: "\e911";
}

.nav-gblnav .nav-height .login a em.hwic_lock {
  font-size: 18px;
}

.nav-gblnav .nav-height .language {
  position: relative;
}

.nav-gblnav .nav-height .language .language-dropdown {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 100;
  background: #222222;
  min-width: 120px;
}

.nav-gblnav .nav-height .language .language-dropdown ul {
  padding: 10px 15px;
  list-style: none;
  margin-bottom: 0;
}

.nav-gblnav .nav-height .language .language-dropdown ul li {
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.nav-gblnav .nav-height .language .language-dropdown ul li:first-child {
  border-top: 0;
  padding-top: 0px;
  padding-bottom: 10px;
}

.nav-gblnav .nav-height .nav-fr {
	
  float: right;
}

.nav-gblnav .nav-height .nav-fr > span {
  border-left: 1px solid #949494;
  padding: 0 12px;
}

.nav-gblnav .nav-height .nav-fr > span:first-child {
  border-left: 0;
  padding-right: 0;
}

.nav-gblnav .nav-height .nav-fr > span a b {
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: -1px;
}





.nav-gblnav .nav-height .nav-fr > span a:hover b {
  text-decoration: underline;
}

.nav-gblnav .corporate .corporate-dropdown {
  width: 100%;
}

.nav-gblnav .corporate .corporate-dropdown ul {
  list-style: none;
  letter-spacing: -0.31em;
  padding-left: 0;
  margin-bottom: 0;
  padding: 40px 0;
}

.nav-gblnav .corporate .corporate-dropdown ul li {
  display: inline-block;
  width: 25%;
  letter-spacing: 0;
  padding-right: 60px;
  float: left;
  font-size: 14.000000000000002px;
  cursor: pointer;
}

.nav-gblnav .corporate .corporate-dropdown ul li:first-child {
  cursor: default;
}

.nav-gblnav .corporate .corporate-dropdown ul li:first-child h3 a {
  color: #282828;
  cursor: default;
}

.nav-gblnav .corporate .corporate-dropdown ul li:first-child h3 a em:before {
  content: "" !important;
}

.nav-gblnav .corporate .corporate-dropdown ul li:first-child a {
  cursor: default;
}

.nav-gblnav .corporate .corporate-dropdown ul li h3 {
  line-height: 0;
  margin-bottom: 0;
}

.nav-gblnav .corporate .corporate-dropdown ul li p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #282828;
  font-weight: normal;
}

.nav-gblnav .corporate .corporate-dropdown ul li a {
  color: #f66f6a;
  font-size: 14px;
  font-weight: bold;
}

.nav-gblnav .corporate .corporate-dropdown ul li a em {
  font-size: 24px;
  vertical-align: middle;
}

.nav-gblnav .corporate .corporate-dropdown ul li a:hover {
  text-decoration: none;
}

.nav-gblnav .corporate .corporate-dropdown ul li a.active {
  color: #282828;
}

.nav-gblnav .corporate .corporate-dropdown ul li a.active .hwic_right:before {
  content: "" !important;
}

.nav-gblnav .corporate .worldwide-dropdown {
  width: 100%;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact {
  padding: 20px 0;
  overflow: hidden;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language {
  font-size: 14px;
  padding-bottom: 20px;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language .hwic_browser {
  margin-right: 10px;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language a {
  color: #222222;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul {
  letter-spacing: -0.31em;
  margin-bottom: 0;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li {
  display: inline-block;
  letter-spacing: 0;
  float: left;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact span {
	display:inline-block;
	margin-left:20px;
		
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact span img {
	width:120px;
	height:120px;	
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact span p {
	font-size:12px;
	text-align:center;
	margin:0;	
}


.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul {
  list-style: none;
  padding-left: 0;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li {
  padding-top: 20px;
  font-size: 14px;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li:first-child {
  padding-top: 0;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li em {
  margin-right: 10px;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li a {
  color: #222222;
  text-decoration: underline;
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li a :hover {
  color: #222222;
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.navbar-collapse.in {
  overflow-y: auto;
}

header.affix {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

header #hw1_global_nav {
  position: relative;
  z-index: auto;
  height: auto;
}

header #hw1_global_nav nav {
  height: 74px;
  background: #fff;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  padding-top: 0;
  position: relative;
  z-index: 100;
}

header #hw1_global_nav nav #hw1_logo {
  display: inline-block;
  overflow: hidden;
  margin-right: 60px;
  margin-top: 12px;
  float: left;
}

header #hw1_global_nav nav #hw1_logo a {
	width:172px;
	height:44px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	-webkit-transition:0s;transition:0s;
}
header #hw1_global_nav nav #hw1_logo a:hover {
	background:url(../images/logo.gif) no-repeat;
}

header #hw1_global_nav nav .nav-contact {
  display: inline-block;
  float: left;
}

header #hw1_global_nav nav .nav-contact > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: table;
  float: left;
  position: relative;
  height: 74px;
}

header #hw1_global_nav nav .nav-contact > ul:before {
  content: "";
  width: 2px;
  height: 50px;
  background: #d4d4d4;
  display: inline-block;
  margin-top: 10px;
  margin-right: 26px;
}

header #hw1_global_nav nav .nav-contact > ul a.navbar-toggle {
  font-size: 18px;
  line-height: 23px;
}

header #hw1_global_nav nav .nav-contact > ul a:hover,
header #hw1_global_nav nav .nav-contact > ul a.active {
  text-decoration: none;
  color: #f66f6a;
}

header #hw1_global_nav nav .nav-contact > ul a:hover.navbar-toggle em,
header #hw1_global_nav nav .nav-contact > ul a.active.navbar-toggle em {
  color: #f66f6a;
}

header #hw1_global_nav nav .nav-contact > ul:first-child {
  border-left: 0;
  padding-left: 0;
}

header #hw1_global_nav nav .nav-contact > ul:first-child:before {
  display: none;
}

header #hw1_global_nav nav .nav-contact > ul:first-child li > a {
  padding-left: 8px;
  line-height: 30px;
}

header #hw1_global_nav nav .nav-contact > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 27px;
}

header #hw1_global_nav nav .nav-contact > ul > li.active > a {
  color: #f66f6a;
}

header #hw1_global_nav nav .nav-contact > ul > li span,
header #hw1_global_nav nav .nav-contact > ul > li a,
header #hw1_global_nav nav .nav-contact > ul > li em {
  display: inline-block;
  vertical-align: middle;
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li span img {
  margin-right: 19px;
}

header #hw1_global_nav nav .nav-contact > ul > li span.lazy-placeholder {
  height: 100px;
  width: 100%;
  overflow: hidden;
}

header #hw1_global_nav nav .nav-contact > ul > li > .navbar-toggle > em.hwic_down {
  font-size: 30px;
  vertical-align: middle;
  color: #686868;
  width: 20px;
  overflow: hidden;
  transition: transform .3s;
}

header #hw1_global_nav nav .nav-contact > ul > li > .navbar-toggle > em.hwic_down:before {
  margin-left: -5px;
}

header #hw1_global_nav nav .nav-contact > ul > li:hover > .navbar-toggle > em.hwic_down:before {
  content: "\e911";
}

header #hw1_global_nav nav .nav-contact > ul > li .nav-line {
  width: 1px;
  height: 100%;
  display: inline-block;
  border-left: 2px solid #d4d4d4;
}

header #hw1_global_nav nav .nav-contact > ul > li .navbar-collapse {
  position: fixed;
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
  left: 0;
  cursor: default;
  opacity: 0;
  border-bottom: 1px solid #e5e5e5\9;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  display: none;
  margin-top: 20px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open > .container > .row {
  display: flex;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open > .container > .row > [class*="col-"] {
  padding: 40px 15px;
  min-height: 326px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  background: #f66f6a;
  position: absolute;
  right: -10px;
  bottom: 48px;
  border-radius: 6px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more a {
  color: #fff;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more em {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 5px;
  color: #fff;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more em:before {
  color: #fff;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon {
  padding-top: 40px;
  padding-left: 6%;
  padding-right: 4%;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] {
  padding-bottom: 40px;
  text-align: center;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] em {
  display: inline-block;
  font-size: 14px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a {
  display: block;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"]:hover p {
  color: #f66f6a;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon a {
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon p {
  text-align: center;
  margin-top: 7.000000000000001px;
  margin-bottom: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon p em {
  position: absolute;
  margin-top: 6px;
  margin-left: 10px \9;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span {
  padding-left: 0;
  font-size: 14.000000000000002px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span a {
  font-size: 14px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span a:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 {
  padding-left: 19px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 h3 {
  font-size: 18px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 ul li {
  margin: 8px 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 ul li a {
  color: #282828;
  font-size: 14.000000000000002px;
  padding-left: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 ul li a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span {
  position: absolute;
  bottom: 40px;
  font-size: 14.000000000000002px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span a {
  font-size: 14px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span a:hover {
  text-decoration: underline;
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span span {
  position: static;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab {
  border-bottom: 1px solid #c7c7c7;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 {
  float: none;
  text-align: center;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li {
  display: inline-block;
  margin-left: 60px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li:first-child {
  margin-left: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li:hover,
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li.active {
  color: #222222;
  text-decoration: none;
  border-bottom: 5px solid #f66f6a;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li a {
  padding: 20px 0 10px 0;
  color: #777777;
  display: block;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one {
  position: relative;
  overflow: hidden;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row {
  display: flex;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] {
  padding-top: 40px;
  padding-bottom: 40px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] .card-cl2 {
  padding-left: 19px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] img {
  border-radius: 5px;
  margin-bottom: 10px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] h3 {
  font-size: 22px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a {
  font-size: 14.000000000000002px;
  color: #282828;
  margin-top: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a em {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a em:before {
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center {
  padding: 0 33px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center img {
  margin-top: 9px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center a {
  display: block;
  color: #282828 !important;
  font-size: 18px !important;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center > p {
  max-height: 80px;
  overflow: hidden;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one ul li {
  padding: 5px 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one ul li a {
  font-size: 14.000000000000002px;
  color: #282828;
  padding-left: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one ul li a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one span {
  font-size: 14.000000000000002px;
  padding-top: 20px;
  display: block;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one span:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one span span {
  padding-top: 0px;
  display: inline-block;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .card-cl2 span {
  padding-top: 60px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .card-cl2 span:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .card-cl2 span span {
  padding-top: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two {
  padding: 40px 0;
  display: block;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two .col-sm-4.text-center {
  padding: 0 35px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two .col-sm-4.text-center h3 {
  margin-top: 30px;
  margin-bottom: 5px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two .col-sm-4.text-center p {
  margin-top: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two ul li {
  padding: 2px 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two ul li a {
  font-size: 14.000000000000002px;
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two span {
  padding-top: 25px;
  font-size: 14.000000000000002px;
  display: block;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two span a {
  color: #f66f6a;
  padding-left: 10px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open > .container {
  padding: 40px 11px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open h3 {
  font-size: 18px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open h3 a {
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open h3 a em {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open ul li {
  padding: 2px 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open ul a {
  font-size: 14.000000000000002px;
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open ul a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open span {
  font-size: 14.000000000000002px;
  color: #282828;
  display: inline-block;
  vertical-align: bottom;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open span:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open span a {
  font-size: 14px;
  margin-top: 50px;
}

header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open span a:hover {
  text-decoration: underline;
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open > .container {
  padding: 40px 11px;
}

header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open .col-sm-3:first-child img {
  border-radius: 5px;
}

header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open h3 {
  font-size: 18px;
}

header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open h3 a {
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open h3 a em {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}

header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open ul li {
  padding: 2px 0;
}

header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open ul a {
  font-size: 14.000000000000002px;
  color: #282828;
}

header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open ul a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-contact > ul > li.active .navbar-collapse {
  display: block;
  -webkit-animation: opGradient .4s;
  animation: opGradient .4s;
  opacity: 1;
}

header #hw1_global_nav nav .nav-contact > ul > li.active .collapse {
  visibility: visible;
}

header #hw1_global_nav nav .nav-contact > ul [aria-expanded="true"] .hwic_down:before {
  content: "\e911";
}

header #hw1_global_nav nav .search {
  display: inline-block;
  font-size: 24px;
  float: right;
  margin-top: 20px;
  margin-right: 0;
  position: relative;
  line-height: 1.625;
}

header #hw1_global_nav nav .search a {
  color: #282828;
}

header #hw1_global_nav nav .search a:hover {
  text-decoration: none;
}

header #hw1_global_nav .navbar-collapse {
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  z-index: 98;
  box-shadow: 0 0 2px #cccccc;
}

header #hw1_global_nav .navbar-collapse .slick-prev,
header #hw1_global_nav .navbar-collapse .slick-next,
header #hw1_global_nav .navbar-collapse .slick-dots {
  display: none !important;
}

header #hw1_global_nav .navbar-collapse .slick-dotted.slick-slider {
  margin-bottom: 0;
}

header #hw1_global_nav .navbar-collapse .bg-support {
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

header #hw1_global_nav .navbar-collapse .bg-support .row {
  height: 100%;
}

header #hw1_global_nav .navbar-collapse .bg-support div {
  background: #ebebeb;
  height: 100%;
}

header #hw1_global_nav .navbar-collapse .bg-support div {
  background: #ebebeb;
  height: 100%;
}

header #hw1_mob_nav_container {
  top: 66px;
  z-index: 98;
  right: -100%;
  position: fixed;
  width: 100%;
  -webkit-transition-property: right, visibility;
  -o-transition-property: right, visibility;
  transition-property: right, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  height: 100%;
  background: #f5f5f5;
  overflow-y: auto;
  display: none;
}

header #hw1_mob_nav_container.open .mob-nav-corporate {
	display: none;
  opacity: 1;
  bottom: 0;
}

header #hw1_mob_nav_container.open {
  right: 0;
  padding-bottom: 100px;
}

header .hw1_masthead_rightside {
  float: right;
  height: 40px;
  position: relative;
  margin-top: 13px;
}

header .hw1_masthead_rightside > ul > li {
  display: block;
  float: left;
  padding: 0;
  position: relative;
  font-size: 21px;
  height: 40px;
  padding-left: 15px;
  border-left: 1px solid #d4d4d4;
  padding-right: 15px;
}

header .hw1_masthead_rightside > ul > li a {
  color: #222222;
  font-weight: bold;
  font-size: 22px;
  float: left;
  margin-top: 3px;
  width: 23px;
}

header .hw1_masthead_rightside > ul > li a span {
  font-size: 18px;
  font-weight: bold;
}

header .hw1_masthead_rightside > ul > li:first-child {
  border-left: 0;
  margin-top: 5px;
}

header .hw1_masthead_rightside > ul > li:first-child a {
  float: none;
  margin-top: 0;
}

header .hw1_masthead_rightside > ul > li.hw1_show_more {
  padding-right: 0px;
}

header .hw1_masthead_rightside > ul > li .line-3 {
  width: 42px;
  height: 34px;
  padding-top: 3px;
  padding-left: 18px;
  margin-bottom: 5px;
  margin-top: 1px;
  border-left: 1px solid #d4d4d4;
}

header .hw1_masthead_rightside > ul > li .line-3 span {
  height: 2px;
  background: #222222;
  margin: 6px 0;
  display: block;
}

header .mob-nav-gblanv {
  background: #fff;
  box-shadow: 4px 0px 10px #cccccc;
  position: relative;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d4d4d4;
}

header .mob-nav-gblanv .nav {
  height: 40px;
}

header .mob-nav-gblanv .nav .hw1_logo1 {
  float: left;
  overflow: hidden;
  position: relative;
}

header .mob_nav_open {
  background: #f5f5f5;
  padding-bottom: 100px;
}

header .mob_nav_open ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  margin-bottom: 15px;
}

header .mob_nav_open ul li a.navbar-toggle {
  font-size: 16px;
  color: #282828;
  padding: 11px 15px;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 0 2px #cccccc;
  display: block;
  line-height: 150%;
}

header .mob_nav_open ul li a.navbar-toggle:hover {
  color: #282828;
}

header .mob_nav_open ul li a.navbar-toggle.active {
  color: #f66f6a;
  text-decoration: none;
}

header .mob_nav_open ul li a.navbar-toggle em {
  float: right;
  font-size: 33px;
  height: 20px;
  margin-top: -5px;
}

header .mob_nav_open ul li a.navbar-toggle em.hwic_open-in-new3 {
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  margin-right: 9px;
}

header .mob_nav_open ul li a[aria-expanded="true"] .hwic_down:before {
  content: "\e911";
}

header .mob_nav_open ul li > ul > li {
  border-bottom: 1px solid #d4d4d4;
}

header .mob_nav_open ul li > ul > li a {
  padding: 10px 25px;
  display: block;
  color: #282828;
}

header .mob_nav_open ul li > ul > li a:hover,
header .mob_nav_open ul li > ul > li a:focus {
  background: #f5f5f5;
  text-decoration: none;
}

header .mob_nav_open ul li > ul > li {
  padding: 4px 25px;
  display: block;
  background: #ecebeb;
  margin-bottom: 0;
  font-size: 14.000000000000002px;
}
header .mob_nav_open ul li > ul > li >h3{
	font-size: 14.000000000000002px;
}

header .mob_nav_open ul li.nav-mob-link {
  padding-left: 25px;
}

header .mob_nav_open ul li.nav-mob-link a {
  padding-left: 5px;
  display: inline-block;
}

header .mob_nav_open ul li.nav-mob-link a:hover,
header .mob_nav_open ul li.nav-mob-link a:focus {
  background: none;
}

header .mob_nav_open .mob_login {
  height: 40px;
  line-height: 40px;
  background: #f66f6a;
  text-align: center;
  border-radius: 5px;
  margin: 10px 15px;
  font-size: 18px;
}

header .mob_nav_open .mob_login a,
header .mob_nav_open .mob_logina:hover {
  color: #fff;
  display: block;
}

header .see-all,
header .link-red {
  color: #f66f6a !important;
}

header .mob-nav-corporate {
  bottom: -100px;
  left: 0;
  height: 48px;
  background: #222222;
  width: 100%;
  padding: 10px 15px;
  position: fixed;
  opacity: 0;
  transition: opacity 1s;
}

header .mob-nav-corporate > span {
  float: left;
}

header .mob-nav-corporate > ul {
  float: right;
  background: none;
}

header .mob-nav-corporate > ul li {
  display: inline-block;
  border-left: 1px solid #7e7e7e;
  padding-left: 12px;
  border-bottom: 0 !important;
  line-height: normal !important;
  padding: 0 !important;
	color:#fff;
}

header .mob-nav-corporate > ul li:first-child {
  border-left: 0;
}

header .mob-nav-corporate > ul li span {
  color: #fff;
  font-size: 14.000000000000002px;
  margin-right: 5px;
}

header .mob-nav-corporate a {
  color: #fff;
  font-size: 12px;
  display: inline-block !important;
}

header .mob-nav-corporate a em {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}

header .mob-nav-corporate a.corporate-link-mob[aria-expanded="true"] em,
header .mob-nav-corporate a.worldwide-link-mob[aria-expanded="true"] em {
  /*			 transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					-moz-transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
					-o-transform: rotate(180deg);*/
}

header .mob-nav-corporate .navbar-toggle[aria-expanded="true"] em:before {
  content: "\e904" !important;
}

header .nav-posti {
  position: static;
  top: 56.99999999999999px;
  left: 0;
  width: 100%;
  overflow-y: auto;
  margin-bottom: 48px;
}

header .mob-corporate-open {
  background: #fff;
  position: fixed;
  top: 66px;
  width: 100%;
  height: 100%;
  padding-bottom: 155px;
}

header .mob-corporate-open ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .mob-corporate-open ul li {
  padding: 15px 15px !important;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 1px 0 5px #f5f5f5;
}

header .mob-corporate-open ul li h3 {
  font-size: 14.000000000000002px;
  margin-bottom: 5px;
  line-height: 150%;
}

header .mob-corporate-open ul li p {
  width: 60%;
  font-size: 14.000000000000002px;
  margin: 0;
  text-align: left;
}

header .mob-corporate-open ul li a {
  color: #f66f6a;
}

header .mob-corporate-open ul li a em {
  float: right;
  margin-top: 5px;
}

header .mob-corporate-open ul li:first-child a {
  color: #222222;
}

header .mob-worldwide-open {
  background: #fff;
  position: fixed;
  top: 64px;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 155px;
}

header .mob-worldwide-open ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .mob-worldwide-open ul li {
  padding: 15px 15px;
  border-bottom: 1px solid #d4d4d4;
}

header .mob-worldwide-open ul li a {
  color: #222222;
}

header .mob-worldwide-open ul li a span {
  padding-right: 15px;
}

header .mob-worldwide-open ul li a .hwic_browser {
  font-size: 25px;
}

header .search-open {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  margin-top: -50px;
  transition: margin-left 0.5s ease-in-out;
}

header .search-open.open {
  z-index: 1048;
  display: block !important;
  margin-left: -474px;
}

header .search-open .highlight {
  color: #f66f6a;
}

header .search-open .search-box {
  position: relative;
}

header .search-open .search-box input {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d4d4;
  line-height: 48px;
  border-radius: 5px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
}

header .search-open .search-box input:focus {
  border: 1px solid #15b0eb;
  color: #282828;
  box-shadow: 0px 3px 8px #d4d4d4;
}

header .search-open .search-box .search-btn {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0 10px;
}

header .search-open .results-box {
  background: #fff;
  border-radius: 5px;
  margin-top: 17px;
  padding: 30px 0;
}

header .search-open .results-box .autocomplete-suggestions {
  width: 100% !important;
}

header .search-open .results-box .autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px 30px;
  font-size: 18px;
}

header .search-open .results-box .autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #999;
  cursor: pointer;
}

header .search-open .results-box .results1 {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

header .search-open .results-box h3 {
  font-size: 14.000000000000002px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 0 30px;
}

header .search-open .results-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .search-open .results-box ul li {
  padding: 10px 30px;
  line-height: 100%;
}

header .search-open .results-box ul li:hover {
  background: #999;
}

header .search-open .results-box ul li:hover a {
  color: #fff !important;
}

header .search-open .results-box a {
  font-size: 18px;
}

.moblie-search-btn {
  position: absolute;
  top: 14px;
  right: 15px;
}

.moblie-search-btn:before {
  color: #282828;
  font-size: 22px;
}

.moblie-search-close {
  position: absolute;
  top: 6px;
  right: 15px;
}

.moblie-search-close span:before {
  color: #282828;
  font-size: 22px;
}

.mobile-menu-open nav .hw1_masthead_rightside > ul > li a .hwic_dehaze:before {
  content: "\e90c";
}

header .search-open {
  position: absolute;
  top: auto;
  right: 0px;
  left: auto;
  margin-top: -45px;
  z-index: -1;
  width: 500px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .3s, top .3s;
  transform-origin: right center;
  transform: scale3d(0, 0, 0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .search-open {
    margin-top: -55.00000000000001px;
  }
}

body.top-search-open {
  overflow: hidden;
}

body.top-search-open header .search-open {
  display: block;
  z-index: 100;
  transform: scale3d(1, 1, 1);
}

header .nav-contact > ul {
  -webkit-transition: -webkit-transform 0.5s, opacity 3s;
  transition: transform .5s, opacity 3s;
  opacity: 1;
  transform-origin: left center;
}

body.top-search-open header .nav-contact > ul {
  opacity: 0;
  transform: scale3d(0, 0, 0);
}

header nav .search .nav-search-btn {
  -webkit-transition: transform .5s;
  transition: transform .5s;
  transform: scale(1);
  display: block;
  position: relative;
  right: 0px;
  display: inline-block;
}

body.top-search-open header nav .search .nav-search-btn {
  display: none;
  transform: scale(0.85);
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  display: inherit;
}

header nav .search .search-btn {
  -webkit-transition: transform.5s;
  transition: transform .5s;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 101;
  right: 115px;
  top: 3px;
}

body.top-search-open header nav .search .search-btn {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  display: inherit;
  transform: scale(0.9);
}

header .search-open .results-box {
  transition: opacity .5s ease;
  display: none;
}

header .search-open .search-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-right: 100px;
}

header .search-open .search-close {
  display: none;
  vertical-align: middle;
  font-size: 22px;
  margin-left: 10px;
}

header.affix,
.secondary-navigation.affix {
  transition: transform .3s;
  transform-origin: top center;
}

.scroll-down header.affix {
  transform: translateY(-74px);
}


.scroll-down .secondary-navigation.affix {
  transform: translateY(-74px);
}

@media (min-width: 1144px) and (max-width: 1024px) {
  header #hw1_global_nav nav .nav-contact > ul {
    padding-left: 15px;
  }

  header #hw1_global_nav nav .nav-contact > ul > li {
    padding-right: 10px;
  }

  header #hw1_global_nav nav .nav-contact > ul:first-child li > a {
    padding-left: 10px;
  }

  header #hw1_mob_nav_container.open {
    display: block;
  }
}

header.affix-top #hw1_global_nav nav .nav-contact > ul > li.active .navbar-collapse {
  position: absolute;
  width: 100%;
}

header.affix-top #hw1_global_nav nav .nav-contact > ul {
  position: static;
}

header #hw1_global_nav nav .nav-contact > ul > li em.icon-open-in-new {
  vertical-align: -2px;
  margin-left: 5px;
}

header #hw1_global_nav nav .nav-contact > ul > li .link-flash em.icon-open-in-new {
  width: 18px;
  height: 18px;
}

header #hw1_global_nav nav .nav-contact > ul > li .link-flash em.icon-open-in-new:before {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

header #hw1_global_nav nav .nav-contact > ul > li .link-flash em.icon-open-in-new:after {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

@media (max-width: 1144px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  header #hw1_global_nav nav {
    height: 66px;
    width: 100%;
    overflow: hidden;
  }

  header #hw1_global_nav nav #hw1_logo {
    margin-right: 0;
    margin-top: 17px;
  }

  header #hw1_mob_nav_container.open {
    display: block;
  }

  header.affix .hw1_masthead_rightside > ul > li.hw1_show_more {
    margin-right: 11px;
  }

  header .nav-posti {
    top: 0;
  }

  header .search-open {
    position: fixed;
    margin-top: 0;
    transform-origin: center right;
    width: 100%;
    right: 0;
    z-index: 1048;
    display: block !important;
    top: 0;
    left: 0;
    margin-left: 0;
    background: #fff;
  }

  .mobile-menu-open {
    overflow: hidden;
  }

  .search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 30px;
    box-shadow: 0px 0 10px #b3b3b3;
  }

  .search-input {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-right: 50px !important;
  }

  .search-input .search-btn {
    color: #282828;
    font-size: 22px;
    top: 50% !important;
    transform: translateY(-50%);
  }

  .search-close {
    font-size: 18px;
    color: #282828;
    width: 50px;
    text-align: center;
    margin-left: 0;
  }

  .moblie-search-btn {
    right: 65px;
  }

  .moblie-search-close {
    position: absolute;
    top: 16px;
    right: 15px;
  }

  .moblie-search-close span:before {
    color: #282828;
    font-size: 22px;
  }

  header #hw1_mob_nav_container .worldwide-language {
    padding: 15px 15px;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 15px;
  }

  header #hw1_mob_nav_container .worldwide-language span {
    margin-right: 8px;
  }

  header #hw1_mob_nav_container .worldwide-contact > ul > li {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  header.affix .hw1_masthead_rightside > ul > li.hw1_show_more {
    margin-right: 0;
  }

  header #hw1_mob_nav_container {
    display: block;
  }
}

.hw1_search > a:before,
.hw1_search > a:hover:before,
.hw1_show_more > a:before,
.hw1_show_more > a:hover:before {
  background: none !important;
}

#container.open,
#footer.open,
.footer.open,
.share_nullbox.open {
  left: 0 !important;
  position: static !important;
}

.ie9 header .search-open {
  display: none;
}

/*search*/

.search-open .autocomplete-suggestions {
  position: static !important;
  max-height: none !important;
}

#footer {
  background: #f0f0f0;
  padding-top: 60px;
  z-index: 5;
}

#footer .footer-nav {
	background:url(../images/footer_bg.png) no-repeat;	
	padding-left:20px;
}

#footer .footer-logo {
  padding-bottom: 50px;
}

#footer .footer-logo > span {
  display: inline-block;
  width: 130px;
}

#footer .footer-nav > .row {
  margin-bottom: 20px;
}

#footer .footer-nav h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #282828;
}

#footer .icon {
	padding-left:24px;
	background:url(../images/icon.png) no-repeat 0px 9px;
}

#footer .footer-nav h3 a {
  color: #282828;
}

#footer .footer-nav h3 em {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 5px;
  width: 18px;
  height: 18px;
}

#footer .footer-nav h3 em.icon-open-in-new {
  margin-left: 12px;
}

#footer .footer-nav h3 em.icon-open-in-new:before {
  width: 18px;
  height: 18px;
  font-size: 16px;
  top: -5px;
}

#footer .footer-nav h3 em.icon-open-in-new:after {
  width: 18px;
  height: 18px;
  font-size: 16px;
  bottom: 5px;
}

#footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .footer-nav ul li {
  font-size: 14.000000000000002px;
  padding-bottom: 15px;
}

#footer .footer-nav ul li a {
  color: #222222;
}

#footer .footer-nav ul li a:hover em {
  text-decoration: none;
}

#footer .footer-nav .others-nav .row {
  margin-bottom: 20px;
}

#footer .copy {
  background: #222222;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 14.000000000000002px;
  margin-top: 60px;
}

#footer .copy a {
  color: #fff;
}

#footer .copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  text-align: center;
}

#footer .copy ul li {
  display: inline-block;
}

#footer .copy ul li a {
  color: #fff;
  padding: 0 10px;
}

#footer ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul.social li {
  margin-bottom: 30px;
  width: 220px;
  height: 120px;
  display: block;
}

#footer ul.social li a {

  font-size: 16px;

}

#footer ul.social li a:hover {
  text-decoration: none;
  color: #aaa;
}

#footer ul.social li a.VK1 {
  font-size: 14.000000000000002px;
}

#footer ul.social li a.weixin {
  position: relative;
}

#footer ul.social li a.weixin .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 999;
  top: -190px;
  left: -89px;
  width: 200px;
  height: 185px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

#footer ul.social li a.weixin .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

#footer ul.social li a.weixin .wechat-qrcode .qrcode {
  width: 138px;
  margin: 10px auto;
}

#footer ul.social li a.weixin .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

#footer ul.social li a.weixin .wechat-qrcode .qrcode img {
  max-width: 100%;
}

#footer ul.social li a.weixin .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

#footer ul.social li a.weixin .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#footer ul.social li a.weixin:hover .wechat-qrcode,
#footer ul.social li a.weixin:active .wechat-qrcode,
#footer ul.social li a.weixin:focus .wechat-qrcode {
  display: block;
}

@media (max-width: 1144px) {
  #footer .footer-nav [class*="col-"] {
    margin-bottom: 20px;
  }

  #footer .footer-nav h3 em {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  #footer .footer-nav ul li {
    width: 50%;
    float: left;
  }

  #footer .footer-nav ul li.external-link em {
    padding-left: 10px;
  }

  #footer .footer-nav .others-nav {
    margin: 0;
    padding: 0;
    border: 0;
  }

  #footer .footer-nav .others-nav [class*="col-"] {
    float: left;
    margin-bottom: 0;
    width: 100%;
  }

  #footer .footer-nav .others-nav [class*="col-"] li {
    width: 100%;
  }

  #footer .copy {
    background: none !important;
    text-align: center;
    color: #282828;
    margin-top: 40px;
  }

  #footer .copy .row {
    margin: 0 -22px;
  }

  #footer .copy .col-sm-4 {
    line-height: 1;
    margin-bottom: 20px;
    width: 100%;
  }

  #footer .copy .col-sm-4 a {
    color: #282828;
  }

  #footer .copy .col-sm-8 {
    float: left;
    background: #282828;
    width: 100%;
  }

  #footer .copy .col-sm-8 ul {
    float: none;
  }

  #footer ul.social li {
    display: inline-block;
    margin-right: 15px;
    width: 31px;
    height: 28.000000000000004px;
    margin-bottom: 40px;
    vertical-align: middle;
  }

  #footer ul.social li a {
    color: #282828;
    font-size: 28.000000000000004px;
  }

  #footer ul.social li a.VK1 {
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
  }
}

/* BREADCRUMBS /
/********************/

#breadcrumb_nav,
#breadcrumb_nav_mob {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#breadcrumb_nav ul li,
#breadcrumb_nav_mob ul li {
  display: inline;
  padding-right: 2px;
  font-size: 14.000000000000002px;
}

#breadcrumb_nav ul li a,
#breadcrumb_nav_mob ul li a {
  color: #000;
  font-size: 14.000000000000002px;
  text-decoration: underline;
}

#breadcrumb_nav ul li a.active,
#breadcrumb_nav_mob ul li a.active {
  font-weight: bold;
}

#breadcrumb_nav ul li:first-child + li em,
#breadcrumb_nav ul li:first-child + li + li em,
#breadcrumb_nav ul li:first-child + li + li + li em,
#breadcrumb_nav ul li:first-child + li + li + li + li em,
#breadcrumb_nav ul li:first-child + li + li + li + li + li em,
#breadcrumb_nav ul li:first-child + li + li + li + li + li + li em {
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14.000000000000002px;
}

#breadcrumb_nav_mob ul li:first-child + li em,
#breadcrumb_nav_mob ul li:first-child + li + li em,
#breadcrumb_nav_mob ul li:first-child + li + li + li em,
#breadcrumb_nav_mob ul li:first-child + li + li + li + li em,
#breadcrumb_nav_mob ul li:first-child + li + li + li + li + li em,
#breadcrumb_nav_mob ul li:first-child + li + li + li + li + li + li em {
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14.000000000000002px;
}

@media (max-width: 767px) {
  #breadcrumb_nav_mob {
    padding-top: 0px;
    margin-bottom: 0;
  }
  
  #footer .copy a {
    color: #282828;
	  display: block
  }

  #breadcrumb_nav_mob ul {
    margin-bottom: 0;
  }

  #breadcrumb_nav_mob ul li a {
    text-decoration: none;
  }

  #breadcrumb_nav_mob ul li a em {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
  }
}

.article-page {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

.article-page > p,
.article-page > ol,
.article-page > ul,
.article-page > div,
.article-page > img,
.article-page > span,
.article-page > h2,
.article-page > h3,
.article-page > h4 {
  margin: 0 8.3333%;
}

.article-page img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-page .video_box,
.article-page .video_box_ux {
  width: auto;
  margin-bottom: 20px;
}

.article-page h1 {
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 60px;
}

.article-page .title {
  margin-bottom: 40px;
}

.article-page .title p {
  font-size: 22px;
  text-align: left;
}

.article-page .print-download {
  position: absolute;
  top: 30px;
  right: 0px;
}

.article-page .print-download ul {
  margin-bottom: 0;
}

.article-page .print-download ul li {
  float: left;
  list-style: none;
  margin-top: 0;
  margin-right: 20px;
}

.article-page .print-download ul li a {
  color: #000;
  font-size: 30px;
  text-decoration: none;
}

.article-page .print-download ul li a em.hwic_icon_print {
  font-size: 24px;
}

.article-page .print-download ul li a:hover {
  text-decoration: none;
}

.article-page .print-download .icon_download {
  display: none;
}

.article-page .data-tag {
  font-size: 14.000000000000002px;
  color: #808080;
}

.article-page .data-tag span {
  margin-left: 10px;
  margin-right: 10px;
}

.article-page .data-tag span:first-child {
  margin-left: 0;
}

.rich-text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text p a {
  color: #f66f6a;
  text-decoration: underline;
}

.rich-text a.download img {
  display: inline-block;
}

.rich-text ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.rich-text ul li {
  margin: 10px 0;
}

.rich-text ul li a {
  color: #f66f6a;
  text-decoration: underline;
}

.rich-text ol {
  list-style: decimal;
  padding-left: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.rich-text ol li {
  margin: 10px 0;
}

.rich-text ol li a {
  color: #f66f6a;
  text-decoration: underline;
}

.rich-text .img-no-margin {
  margin-left: 0;
  margin-right: 0;
}

.rich-text .rich-text-img-side {
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.rich-text .special-text-1 {
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 0 100px;
  text-align: center;
}

.rich-text .special-text-1:before {
  content: "\201D";
  font-size: 80px;
  display: block;
  text-align: center;
  line-height: 0.8;
  color: #aeaeae;
}

.rich-text .special-text-1 h2 {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1;
}

.rich-text .special-text-1 h4 {
  color: #777777;
  font-family: "AkkuratPro-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
}

.rich-text .special-text-1 p {
  font-size: 14.000000000000002px;
  font-family: "akkuratpro-bold", Helvetica, Arial, sans-serif;
}

.rich-text img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.rich-text .social-share ul {
  padding-left: 0;
}

.rich-text .social-share ul li a {
  text-decoration: none !important;
}

.rich-text .social-share ul li:first-child {
  margin-left: 0 !important;
}

.rich-text .social-share .icon-VK1 {
  vertical-align: top;
}

.rich-text .social-share .icon-VK1 em {
  font-size: 12px;
}

.rich-text .social-share .icon-wechat .wechat-qrcode .help p {
  text-indent: 0;
}

@media (max-width: 767px) {
  .article-page > p,
  .article-page > ol,
  .article-page > ul,
  .article-page > div,
  .article-page > img,
  .article-page > span,
  .article-page > h2,
  .article-page > h3,
  .article-page h4 {
    margin: 0;
    display: block;
  }

  .article-page h1 {
    font-size: 30px;
    line-height: 46px;
    margin-top: 25px;
  }

  .rich-text .special-text-1 {
    padding: 0 22px;
  }
}

.rich-text span.tweet_quote a {
  color: #666;
  text-decoration: none;
}

.rich-text span.tweet_quote a:hover {
  color: #f66f6a;
  text-decoration: underline;
}

.rich-text .tweet-this ul {
  list-style: none;
  padding-left: 0;
}

span.tweet_quote {
  position: relative;
  padding-left: 20px;
}

.tweet_quote:before {
  background: url(../../../img/hw1_sprite.png) no-repeat 0 -190px;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  content: "";
}